Skip to content

Migrate java bigquery 2#11957

Draft
chingor13 wants to merge 3400 commits intomainfrom
migrate-java-bigquery-2
Draft

Migrate java bigquery 2#11957
chingor13 wants to merge 3400 commits intomainfrom
migrate-java-bigquery-2

Conversation

@chingor13
Copy link
Contributor

No description provided.

renovate-bot and others added 30 commits February 24, 2025 10:54
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* Implement getArray in BigQueryResultImpl

* deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20250216-2.0.0 (#3688)

* build(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 (#3689)

* deps: update ossf/scorecard-action action to v2.4.1 (#3690)

* deps: update actions/upload-artifact action to v4.6.1 (#3691)

* Remove public from BigQueryResultSet class def

* Remove INTEGER_ARRAY_FIELD_LIST from IT test file

* Add ReadApi IT test

* Try old IT test values

* Convert Time objects to strings for comparison

* Fix Formatting

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
)

* docs: update error handling comment to be more precise in samples

* style

* style

* update comment

* ignoredUnusedDeclaredDependencies

* revert wrong commit/PR push ignoredUnusedDeclaredDependencies
#3715)

* deps: exclude io.netty:netty-common from org.apache.arrow:arrow-memory-netty

* use dep version override instead of exclusion

* use dep version override instead of exclusion

* ignoredUnusedDeclaredDependencies
* fix: retry ExceptionHandler not retrying on IOException due to exception translation

* fix: retry ExceptionHandler not retrying on IOException due to exception translation

* fix: retry ExceptionHandler not retrying on IOException due to exception translation

* fix: retry ExceptionHandler not retrying on IOException due to exception translation

* fix: retry ExceptionHandler not retrying on IOException due to exception translation

* cast to HttpBigQueryRpc

* cast to HttpBigQueryRpc

* fix BigQueryRpc mocks in unit tests

* fix clirr check and format

* fix clirr

* fix clirr

* refactor HttpBigQueryRpc.write

* refactor HttpBigQueryRpc.write

* refactor ConnectionImpl HttpBigQueryRpc call

* refactor ConnectionImpl HttpBigQueryRpc call

* refactor create table

* refactor create table

* refactor BigQueryImpl

* refactor ConnectionImpl

* add missing unit test for BigQueryImpl deleteJob

* add tests to validate retry on BIGQUERY_EXCEPTION_HANDLER

* handle exception wrapping/unwrapping with new methods

* update runWithRetries to use BigQuery ruWithRetries to correctly handle thrown IOExceptions

* fix unit test

* add unit tests for retry in TableDataWriteChannel

* remove unnecessary null check

* fix unit test where null is returned in mocks causing errors
renovate-bot and others added 30 commits January 15, 2026 15:49
…storage-bom to v3.19.1 (#4036)

* chore(deps): update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.20.0-rc1

* Update google-cloud-bigquerystorage-bom version

---------

Co-authored-by: Diego Marquez <diegomarquezp@google.com>
* chore: Enable exponential backoff for retries in tests

* chore: Clone table for DML query tests

* chore: Use GCA retry settings code suggestion
* chore: Fix flaky testListTablesWithPartitioning test

* chore: Fix test comment

* chore: Fix typo to partitionType
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: Fix flaky range partition test

* chore: assert only on matching partition table

* chore: Add logic to check if table is found

* chore: create unique datasets for each test

* chore: Remove unused OTHER_DATASET

* chore: Add try-finally to ensure dataset is deleted
…field (#4075)

* chore: Add IT for positional parameter on higher precision timestamp field

* chore: Fix gemini comments

* chore: Fix typo
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* deps: update bigquerystorage

* update shared config

* update shared config
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: add readme for `google-cloud-bigquery-jdbc`

* chore: address gemini review comments

* lint: fix typos

* chore: address pr comments and refine readme content

* refactor: address PR review feedback

* chore: update jar name gs location

---------

Co-authored-by: Kirill Logachev <kirl@google.com>
* feat(jdbc): enable gRPC Keep-Alive for Storage Read API

* test(jdbc): add unit test for gRPC Keep-Alive configuration

* chore: fix dependency

* fix: unit tests

* fix: use `java.time.Duration` instead of `threetenbp`
* feat(jdbc): add `RequestReason` connection property

* test: add unit test for `RequestReason` connection property

* Update google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryConnection.java

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* chore: use `HeaderProvider` instead of lambda

* test: add unit test for verifying header in connection

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat(jdbc): add HttpTransportOptions timeout configurations

* chore: add unit tests for HttpTransportOptions timeout configurations

* chore: address gemini pr review comments

* chore: remove setting default value

* fix: merge conflict
…fig to v3.56.1 (#4095)

Co-authored-by: Jin Seop Kim <jinseop@google.com>
…storage-bom to v3.21.0 (#4101)

Merge pull request #4101 from googleapis/java-bigquery
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Jin Seop Kim <jinseop@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Comments